home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / inputs / breakcites.sty < prev    next >
Encoding:
Text File  |  1991-05-21  |  414 b   |  11 lines

  1. % breakcites.sty
  2. % Style file to allow citations to be broken across lines.
  3. % -Don Hosek 3/14/89
  4. %
  5. \def\@citex[#1]#2{\if@filesw\immediate\write\@auxout{\string\citation{#2}}\fi
  6.   \def\@citea{}\@cite{\@for\@citeb:=#2\do
  7.     {\@citea\def\@citea{,\penalty\@m\ }\@ifundefined
  8.        {b@\@citeb}{{\bf ?}\@warning
  9.        {Citation `\@citeb' on page \thepage \space undefined}}%
  10.      {\csname b@\@citeb\endcsname}}}{#1}}
  11.